home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / mrsr101.zip / mrsr.txt < prev   
Text File  |  1996-07-04  |  2KB  |  62 lines

  1. OS/2 Upload Information Template
  2.  
  3. Archive Name: MRSR101.ZIP
  4. Program Description: Multiple Recursive Search and Replace
  5. Operating System Versions: OS/2 2.x
  6. Replaces: MRSR100.ZIP
  7.  
  8. Your name: Byte Of Software Systems
  9. Your email address: info@bossi.com
  10.  
  11. Proposed directory for placement: os2\textutil
  12.  
  13. ** Multiple Recursive Search and Replace version 1.01 for OS/2 **
  14.  
  15. This is a command line program for doing search and replace operations on text
  16. files. Rather than being limited to a single file at a time, or a single search
  17. and replace at one time, MRSR allows multiple files and up to 100 search and
  18. replace operations at once. MRSR will optionally go through an entire
  19. sub-directory tree.
  20.  
  21. Syntax: MRSR [@file] filespec [/E<ext>] /S## /R## [/s]
  22.    @file         option file
  23.    filespec      input file specification. May be repeated (*.DAT *.HTM)
  24.    /C            Compress blank lines
  25.    /D#           Debug mode. The # is number of lines per file
  26.    /E<ext>       output file Extension for last filespec. Default is "RSR".
  27.    /MDyyyymmdd[-yyyymmdd]
  28.                  Files Modified on Date, or within date range (1980 - 3999)
  29.    /MThhmm[-hhmm]
  30.                  Files Modified at Time, or within time range (0000 - 2359)
  31.    /O##<C|D>     Options (Case, Double quotes). Numbered from 00 to 99
  32.    /P            recurse through Paths
  33.    /R##<replace> Replace string. Numbered from 00 to 99
  34.    /S##<search>  Search string. Numbered from 00 to 99
  35.    /T            Test input and output file names
  36.    /V[filename]  Verbose Output. Optionally to file name
  37.    /X<filespec>  eXclude file specification
  38.    /?@|#|c|d|e|m|o|p|r|s|t|v|x|?  Long help on switch
  39.  
  40. The shareware version is limited to 30 replacement operations. For an unlimited
  41. version send $10US to:
  42.  
  43. Byte Of Software Systems
  44. #75 - 20465 Douglas Crescent
  45. Langley, British Columbia
  46. V3A 4B6
  47.  
  48. Include your Internet address and a full version will me eMailed to you.
  49. Specify MIME or UUENCODE.
  50.  
  51. -------------------------------------------------------------
  52. Change List.
  53.  
  54. 1.00   - Initial release.
  55. ----
  56. 1.01   - Fixed problem with /E when the extension was longer than 3 characters.
  57.        - Added /E* to allow original extension for output file.
  58.        - changed comment character in @file from '*' to ';'. This allows use of
  59.          the '*' wildcard in file specs in @file (ie: *.html)
  60.        - minor display changes
  61.  
  62. -------------------------------------------------------------